home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / opal / renumb.lzh / readme.ml next >
Text File  |  1993-01-10  |  2KB  |  53 lines

  1.  
  2. This rexx script will rename a series of odd numbered frames
  3. to a series of consecutively named frames.  The reason I typed this
  4. up was so I could render a preview anim from Imagine using every
  5. other frame, (ie range 1,59,2), and then compile it into an Opalanim.
  6.  
  7. The script is easily modified to your sick purposes, so go ahead.
  8.  
  9. HOW IT WORKS
  10. ------------
  11.  
  12. Before you run the script, make sure ADPro is being run.  (this is a program
  13. everyone should have)
  14.  
  15. FIRST, enter the directory in which your frames reside.  The way the
  16. script stands now, the frames must be named name.0001, name.0003, name.0005
  17. etc.
  18.  
  19. NEXT, enter the directory in which you want the new frames to be saved in.
  20. You can specify the same dir and then delete the frames that remain
  21. (example:     pic.0001, pic.0003, and pic.0005   are turned into
  22.               pic.0001, pic.0002, and pic.0003
  23.  
  24. While pic.0001 and pic.0003 are rewritten, pic.0005 must be deleted)
  25.  
  26. Or you can specify a different dir.  The advantage to this is that you can
  27. render the EVEN frames in the same Imagine subproject and then compile
  28. another Opalanim if nothing is wrong.  Of course, this gives you a smoother
  29. animation while only having to render half of the frames.
  30.  
  31. NEXT, specify the name prefix of your files.
  32. (example: You used Imagine, the prefix is 'pic')
  33.  
  34. FINALLY, enter the number of frames, which usually is the total number of
  35. frames in a full version of your anim divided by 2.
  36.  
  37. ----------
  38. SUGGESTION
  39. ----------
  40.  
  41. For a really quick render, and to save time when making the anim, render
  42. in the final resolution you will use, ie 208 by 124 or some other Opal
  43. animate compatible res.  Whilst viewing your 24 bit preview anim, it is a
  44. good idea to slow down the playback speed to make up for the lack of frames.
  45.  
  46. ----------------
  47.  
  48. I hereby declare that I take no legal lnk to this Arexx script.  It is
  49. yours- you the few people who actually use it (the same people who could
  50. write one a thousand times better).
  51.  
  52. ---Mischa Lockton---
  53.